Skip to content

Instantly share code, notes, and snippets.

@EdouardCourty
Created June 19, 2022 17:51
Show Gist options
  • Save EdouardCourty/d13307b2ebebc6e41d8cd2fb550cb015 to your computer and use it in GitHub Desktop.
Save EdouardCourty/d13307b2ebebc6e41d8cd2fb550cb015 to your computer and use it in GitHub Desktop.
version: '3.9'
services:
server:
build: .
container_name: 'project_server'
depends_on:
- database
volumes:
- .:/var/www/project:delegated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment