BikeBike Docker Container Image for the Yellow Bike Database
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

29 lines
479 B

# YBDB
# Use local_configurations.php for configurations
version: '2.1'
services:
ybdb:
build: .
image: bikebike/ybdb
container_name: ybdb
network_mode: "bridge"
restart: always
ports:
- "88:80"
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
env_file:
- environment
volumes:
- mysql:/var/lib/mysql
- config:/var/www/html/Connections
volumes:
mysql:
config: